-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[release/7.0-staging] Skip RC2 encrypted PKCS12 files on Android for iteration counting #88854
[release/7.0-staging] Skip RC2 encrypted PKCS12 files on Android for iteration counting #88854
Conversation
Tagging subscribers to this area: @dotnet/area-system-security, @bartonjs, @vcsjones Issue DetailsManual backport of #88787 This is a test-only change to address failures on Android.
|
/azp run runtime-android, runtime-androidemulator |
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
Test failures look unrelated. Is there a way to get this to run through Android in release/7.0-staging? |
/azp list |
This comment was marked as resolved.
This comment was marked as resolved.
/azp run runtime-extra-platforms |
No commit pushedDate could be found for PR 88854 in repo dotnet/runtime |
Contacted Azure DevOps to ask for help with this error. Does not seem to be coming from our end. |
/azp run runtime-extra-platforms |
No commit pushedDate could be found for PR 88854 in repo dotnet/runtime |
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
Haha okay. Glad it worked. 🤷 |
I was just told that if you try multiple times, one of them ends up working. |
@vcsjones let me know if you don't see anything concerning in the CI, and I can merge this for you. |
/azp run runtime-extra-platforms |
No commit pushedDate could be found for PR 88854 in repo dotnet/runtime |
The tests timed out, so going to give it another shot on the weekend. |
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
The Ubuntu.1804.Amd64.Android.29.Open servicing helix queue seems to be broken and doesn't provision VMs, I've pinged the infra folks. |
The queue is back up, retried the builds. |
Failures are unrelated, I checked the Android testResults.xml and the tests are correctly skipped there. |
This should be back ported to release/6.0-staging since it will likely fail there as well. The odds of the diff applying cleanly are low, but I'll try backport bot, and if doesn't work, I'll open a manual port. |
/backport to release/6.0-staging |
Started backporting to release/6.0-staging: https://github.com/dotnet/runtime/actions/runs/5577496919 |
Wow. Backport command I will never doubt you again. |
Manual backport of #88787
This is a test-only change to address failures on Android.